|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.doclinx.ftxml.ALL_PARMS | +--com.doclinx.ftxml.DPAPI_PARMS
Parameter block class that controls optional functionality during the index build phase. The build phase creates all necessary structures and files to do full-text boolean search. Data structures for context and search enhancements such as fuzzy matching, stemming, and soundex-like are created. The parameters control functions such as memory allocation, context lookup structure creation, and stop word specification.
catSetParms
,
catUpdate
Field Summary | |
int |
dbuild_aliasMask
Build alias mask - 0: do all |
char |
dbuild_contextAaidx
Context aaidx. 0: NONE |
char[] |
dbuild_contextMap
Internal Use Only (not user parameter) |
boolean |
dbuild_debug
Turn on debug output. |
com.doclinx.ftxml.AltCallback |
dbuild_fzCallback
Internal Use Only (not user parameter) |
int |
dbuild_memSize
1/2 physical machine memory. |
int |
dbuild_merge2Threshold
Level to do 2nd merge (10) |
boolean |
dbuild_noUpperCase
Filter has already cased word |
com.doclinx.ftxml.AltCallback |
dbuild_stCallback
Internal Use Only (not user parameter) |
java.lang.String |
dbuild_stopwordFile
If specified, stop word file. |
int |
dbuild_stopwordLimit
Word count #, make stop word |
int |
dpapi_error
System/file error of failure |
byte |
dpapi_phase
Which Step failed. |
java.lang.String |
dpapi_templateFile
Template for .SYS file |
char |
invert_contextAaidx
Context aaidx invert |
char[] |
invert_contextMap
Internal Use Only (not user parameter) |
boolean |
invert_debug
Turn on invert debug info |
java.lang.String |
invert_fastPath
File path for fast device |
int |
invert_memSize
Invert memory allocation size |
boolean |
invert_noUpperCase
Filter has already cased word |
int |
invert_pct
Memory partition %(33 def.) |
java.lang.String |
invert_tempPath
File path for temporary files |
Fields inherited from class com.doclinx.ftxml.ALL_PARMS |
dc, dpapi_intermediateFiles, dpapi_recover, mk_bWeb, mk_cdMapString, mk_copyright, mk_databaseId, mk_debug, mk_fileSelect, mk_key, mk_memSize, mk_outputPath, mk_sequence, RECOVER_CAT, RECOVER_CATANDSTF, RECOVER_NONE, reorg_debug, reorg_memSize |
Constructor Summary | |
DPAPI_PARMS()
Constructor for initializing class values. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String dpapi_templateFile
public int dbuild_memSize
public char dbuild_contextAaidx
public boolean dbuild_debug
public java.lang.String dbuild_stopwordFile
Comments on Usage: dbuild_stopwordFile This full file path, if specified, indicates a UTF8 encoded text file containing a list of words that are treated as stop words. A stop word is typically defined as one that occurs so often as to have no meaningful specificity for a search. For instance, most articles (e.g. the word "a") do not provide useful context for a search. The format of the stopword file is a single word per line with no white space and ALWAYS in UPPERCASE.
public int dbuild_stopwordLimit
public boolean dbuild_noUpperCase
public int dbuild_merge2Threshold
public int dbuild_aliasMask
public com.doclinx.ftxml.AltCallback dbuild_fzCallback
public com.doclinx.ftxml.AltCallback dbuild_stCallback
public char[] dbuild_contextMap
public int invert_memSize
public int invert_pct
public char invert_contextAaidx
public boolean invert_debug
public boolean invert_noUpperCase
public java.lang.String invert_fastPath
public java.lang.String invert_tempPath
public char[] invert_contextMap
public byte dpapi_phase
public int dpapi_error
Constructor Detail |
public DPAPI_PARMS()
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |